Step | Reference | |
---|---|---|
Review the concepts behind cluster resources. | Server cluster resources | |
Review resource groups and resource dependencies. | Groups | |
Plan common resource settings. | Checklist: Creating a new resource | |
Install your application on all nodes.
Note
|
Generic Application resource type | |
Note the command line for your application. | The documentation for your application. | |
Determine the directory in which your application needs to run. | The documentation for your application. | |
Determine whether your application can display windows on the node on which it runs. | The documentation for your application. | |
Determine which application registry keys need to be replicated. | The documentation for your application. | |
Determine whether a dependent network name needs to be substituted for the computer name.
Applications can make application program interface (API) calls to determine the name of the computer on which they are running. Making the generic application dependent on a network name resource causes the Use Network Name check box in Cluster Administrator to be selected. In such a case, the network name is returned instead of the computer name when the application makes the API call. This enables applications that are not cluster aware to continue to appear to be running on the same computer even after they move to a different cluster node. |
The documentation for your application.
For more information on API calls for server clusters, see the Microsoft Platform Software Development Kit (SDK). |
|
Determine whether any application-specific registry keys need to be replicated on all cluster nodes.
As described previously, this pertains to applications that are not cluster-aware. An application can store data in the registry. If the application is moved but the registry data is not moved with it, the application's state is lost. If the cluster administrator specifies the root of the registry key, it enables the Cluster service to "watch" that key. The Cluster service captures the data in the key and any changes that occur. When the generic application resource is moved, the Cluster service moves the registry data to the new resource host and then brings the generic application resource online. |
The documentation for your application. | |
Use the New Resource Wizard to create the resource. | To create a new resource |